HistoryReadExResp Object
The HistoryReadExResp object is used in:
Properties
| Property | SubType | Read Only | Description | Variant |
|---|---|---|---|---|
|
Count |
Integer |
Yes |
Returns the number of values in the array. |
|
|
Entry |
Variant |
Yes |
Returns the entry in the response. Entries are stored in an indexed array as HistoryEntryEx objects. ExampleGet the fifth entry: |
|
|
Error |
Integer |
Yes |
Returns the error message generated by the VHS. A value of zero indicates success. See CxVhs Error Codes. |
|
|
Restart |
Variant |
Yes |
Indicates to the next ContinueHistoryReadReq where to start reading from. |
|
|
Version |
Integer |
Yes |
Returns the message version. This property ensures compatibility with software release versions of the VHS. |
|

